runtime.mLockProfile.waitTime (field)
4 uses
runtime (current package)
debug.go#L172: total += mp.mLockProfile.waitTime.Load()
mprof.go#L652: waitTime atomic.Int64 // (nanotime) total time this M has spent waiting in runtime.lockWithRank. Read by runtime/metrics.
mprof.go#L669: prof.waitTime.Add((nanotime() - start) * gTrackingPeriod)
proc.go#L2062: sched.totalRuntimeLockWaitTime.Add(mp.mLockProfile.waitTime.Load())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)